home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / Centri / Centri.dir / 00144_Script_144 < prev    next >
Text File  |  1999-02-25  |  975b  |  38 lines

  1. on enterFrame
  2.   
  3.   puppetSprite 14, 1
  4.   puppetSprite 15, 1
  5.   puppetSprite 16, 1
  6.   puppetSprite 17, 1
  7.   puppetSprite 18, 1
  8.   
  9.   set the moveableSprite of sprite 14 = TRUE
  10.   set the moveableSprite of sprite 15 = TRUE
  11.   set the moveableSprite of sprite 16 = TRUE
  12.   set the moveableSprite of sprite 17 = TRUE
  13.   set the moveableSprite of sprite 18 = TRUE
  14.   
  15.   set the visibility of sprite 14 = TRUE
  16.   set the visibility of sprite 15 = TRUE
  17.   set the visibility of sprite 16 = TRUE
  18.   set the visibility of sprite 17 = TRUE
  19.   set the visibility of sprite 18 = TRUE
  20.   
  21.   set the visibility of sprite 22 = TRUE
  22.   
  23.   --  set the loch of sprite 14 = 149
  24.   --  set the loch of sprite 15 = 149
  25.   --  set the loch of sprite 16 = 149
  26.   --  set the loch of sprite 17 = 149
  27.   --  set the loch of sprite 18 = 149
  28.   
  29.   set the visibility of sprite 38 = TRUE
  30.   
  31.   set the visibility of sprite 30 = FALSE
  32.   
  33.   updateStage
  34.   puppetSound  "CameraSound"
  35.   
  36. end
  37.  
  38.